Class sjl.wrappers.PredGreaterDouble
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredGreaterDouble

java.lang.Object
   |
   +----sjl.wrappers.PredGreaterDouble

public class PredGreaterDouble
extends Object
implements Predicate2
PredGreaterDouble is a predicate object designed for comparing objects of type Double for relative ordering using the > operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredGreaterDouble()

Method Index

 o compare(Object, Object)
Convert the arguments to Double and compare the return values from the doubleValue() method using the > operator.

Constructors

 o PredGreaterDouble
  public PredGreaterDouble()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Double and compare the return values from the doubleValue() method using the > operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index